Vcenter NamespaceManagement Software Supervisors Versions Info

Vcenter NamespaceManagement Software Supervisors Versions Info
Vcenter NamespaceManagement Software Supervisors Versions Info

The Vcenter NamespaceManagement Software Supervisors Versions Info schema contains the detailed information about a Supervisor version.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "version": "string",
    "name": "string",
    "description": "string",
    "release_date": "string",
    "release_notes": "string",
    "image_source_specs": [
        {
            "source_type": "string",
            "library": "string"
        }
    ]
}
string
version
Required

Identifier for the Supervisor version.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SupervisorVersion. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SupervisorVersion.

string
name
Required

Name of the Supervisor release.

This property was added in vSphere API 9.0.0.0.

string
description
Required

Description of the Supervisor release.

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
release_date
Required

Date of Supervisor release.

This property was added in vSphere API 9.0.0.0.

string
release_notes
Required

Details of Supervisor release.

This property was added in vSphere API 9.0.0.0.

image_source_specs
Required

Details about the source of Supervisor image.

This property was added in vSphere API 9.0.0.0.